SYNOPSIS:
    { label [condition]

DESCRIPTION:
    Start a loop block named label. The block will be repeated
    as long as condition is true. An empty condition is always
    true.

SEE_ALSO:
    }, BREAK, CONTINUE, expressions
